KonnectionConnectivityChecker
Real reachability via Konnection (NWPathMonitor-backed on iOS 12+, SCNetworkReachability fallback below that). Replaces AlwaysOnlineConnectivityChecker for consumers that want an actual signal — Konnection self-initializes on first Konnection.instance access, no manual createInstance() call needed on this platform.
Functions
Link copied to clipboard
Live connectivity observer. Default is a single-shot Flow of the current isOnline value (no push updates) — override for a real observer. KonnectionConnectivityChecker does.